body {
    background-image: url("../images/homeScreenBackground.jpg");
    height: 100vh;
    width: 100vw;
    color: rgb(0, 0, 0);
}
#searchBar {
    background-color: rgba(255, 255, 255, 0.75); 
}

#eventData {
    background-color: rgba(255, 255, 255, 0.75); 
}
#pagination {
    background-color: rgba(255, 255, 255, 0.75);
}